home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / batman_cobble.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  163 b   |  7 lines

  1. on(release){
  2.    _root.gotoNext = "intro";
  3.    fadeout.play();
  4.    var trackingID = new Date().getTime();
  5.    loadMovieNum("tracker.swf?" + trackingID,10000);
  6. }
  7.